home *** CD-ROM | disk | FTP | other *** search
Wrap
<%@ CODEPAGE=65001 %> <% ' Replace the above line with your localized code page number '------------------------------------------------------------ ' ' Microsoft Internet Printing Project ' ' Copyright (c) Microsoft Corporation. All rights reserved. ' '------------------------------------------------------------ Option Explicit %> <!-- #include file = "ipp_util.inc" --> <% Response.Expires = 0 Const L_TitleDevStatus_Text = "Fel i sidan för enhetsstatus" %> <html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <%=SetCodePage%> <title><% =Write(L_TitleDevStatus_Text) %></title> </head> <body> <%=Write(CLIENT_FONT)%> <%Const L_DevStatusErr_Text = "<p><H2>Fel i sidan för enhetsstatus</H2></p>Det går inte att skapa sidan för enhetsstatus för den angivna skrivaren. Kontakta administratören.<br><p>"%> <%=Write (L_DevStatusErr_Text)%> <%=END_FONT%> </body> </html>